Introduction to File Handling Methods in C#

FacebookTwitterLinkedInThe File class belongs to System.IO namespace. It provides static methods to create, open, copy, delete or move the file. The parent class of File is the Stream class. A stream is an abstract class. When you open a file for reading or writing purposes, it becomes a stream. Input and Output are two basic … Continue reading Introduction to File Handling Methods in C#